home *** CD-ROM | disk | FTP | other *** search
- Ôªø<?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE container SYSTEM "http://www.sigames.com/dtds/container.dtd">
-
- <panel title="File Select Box" id="dlog">
- <!-- stick all items to width of box -->
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" />
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
-
- <!-- make dialog moveable -->
- <attachment class="moveable_attachment"/>
-
- <!-- header showing path and up button -->
- <container>
- <layout class="arrange_vertical_attachment" alignment="top,extend" offset="0" gap="0" />
- <layout class="fit_children_attachment" alignment="vertical,fill" offset="0" gap="0" />
- <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" insed="0"/>
-
- <widget class="label" id="prpt" spec="text,large" auto_size="vertical"/>
-
- <container height="10" />
-
- <container>
-
- <layout class="stick_to_sides_attachment" alignment="right,top" layout_children="true" />
- <layout class="fit_children_attachment" alignment="vertical"/>
- <layout class="arrange_horizontal_attachment" alignment="right,extend" gap="0" offset="0"/>
-
- <container>
- <layout class="arrange_horizontal_attachment" alignment="right, extend" offset="0" gap="0" />
- <layout class="stick_to_sides_attachment" alignment="top" inset="0" layout_children="true"/>
- <layout class="fit_children_attachment" alignment="vertical" offset="0" gap="0" />
- <layout class="fit_children_attachment" alignment="horizontal,fill" gap="0"/>
-
- <widget class="label" spec="text,large" text="Location:" auto_size="horizontal" />
- <widget class="popup_button_blue" id="path" sele="path" auto_size="all"/>
- <widget class="popup_button_blue" id="refo" sele="refo" auto_size="all" fixed="true" text="Recent[COMMENT: file dialogs: recent folder list: menu label]" />
- <widget class="action_button_blue" id="prnt" text="Up" clke="prnt" auto_size="all" />
- </container>
- </container>
- </container>
-
- <!-- main panel and buttons -->
- <container id="main" height="32">
- <layout class="arrange_vertical_attachment" alignment="bottom, extend" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0" layout_children="true" />
-
- <!-- main table -->
- <container class="bordered_box" appearance="boxes/alt_border" styl="transparent,no_border">
-
- <widget class="table" id="list" sele="item" dcle="doub">
- <layout class="stick_to_sides_attachment" alignment="all" inset="12" />
- <flags id="layout" value="60, -14, -2, -4, 4"/>
- <flags id="mode" value="select_rows, select_multiple, fill_rows, keyboard" />
-
- <boolean id="auto_size_rows" value="true"/>
- <flags id="heading_class" value="column_heading_blue" />
- <flags id="scroll_bar_class" value="scroll_bar_vertical_blue" />
-
- <list id="headings">
- <record text="Type[COMMENT: file dialogs: file type, header]" alignment="centre,centre_y" />
- <record text="Name[COMMENT: file dialgos: file name, header]" alignment="left,centre_y" column_span="2" />
- <record text="Date[COMMENT: file dialgos: file date, header]" column_span="2" alignment="centre,centre_y" />
- </list>
-
- <list id="column_display_properties">
- <record index="0" id="icon" column_alignment="centre" auto_size="all"/>
- <record index="1" id="name" />
- <record index="2" id="type"/>
- <record index="3" id="date"/>
- </list>
-
- <list id="column_properties">
- <record index="3" alignment="right"/>
- </list>
- </widget>
- </container>
-
- <!-- edit box for displaying/editing name -->
- <container id="namp">
- <layout class="arrange_horizontal_attachment" alignment="left, extend" />
- <layout class="stick_to_sides_attachment" alignment="top" layout_children="1" />
- <layout class="stick_to_sides_attachment" alignment="horizontal" inset="0"/>
- <layout class="fit_children_attachment" alignment="vertical" />
- <widget class="label" alignment="right" text="save as:" />
- <widget class="edit_box" id="name">
- <attachment kind="lgfn" />
- <attachment kind="mxln" lgth="250" />
- <flags id="rtev" value="slct" />
- <flags id="chev" value="upbt" />
- <boolean id="afoc" value="true"/>
- </widget>
- </container>
-
- <!-- prompt -->
- <container height="8" />
-
- <!-- row of buttons -->
- <container id="btns" height="24">
- <layout class="arrange_horizontal_attachment" alignment="left,extend" offset="0" />
- <layout class="stick_to_sides_attachment" alignment="vertical" inset="0" layout_children="true" />
- <container>
- <layout class="arrange_horizontal_attachment" alignment="left" offset="0"/>
- <layout class="stick_to_sides_attachment" alignment="bottom" inset="0" layout_children="true" />
- <layout class="fit_children_attachment" alignment="horizontal,fill" />
-
- <widget class="action_button_blue" id="newf" text="New Folder" auto_size="all">
- <record id="click_event">
- <flags id="event_id" value="new?" />
- <flags id="dialog_event" value="true" />
- </record>
- </widget>
-
- <widget class="action_button_blue" id="dele" text="Delete" auto_size="all">
- <record id="click_event">
- <flags id="event_id" value="del?" />
- <flags id="dialog_event" value="true" />
- </record>
- </widget>
-
- </container>
-
- <container file="file select buttons">
-
-
- </container>
- </container>
- </container>
- </panel>
-